home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / scripts_32_rollover something = .ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  561 b   |  14 lines

  1. on mouseWithin
  2.   set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingerMask"]
  3. end
  4.  
  5. on mouseDown
  6.   set the member of sprite 1 to the member of sprite the currentSpriteNum
  7.   set the blend of sprite 1 to 40
  8.   set the width of sprite 1 to 800
  9.   set the height of sprite 1 to 600
  10.   set the locH of sprite 1 to getAt(the regPoint of member the member of sprite the currentSpriteNum, 1) * (800.0 / the width of member the member of sprite the currentSpriteNum)
  11.   set the locV of sprite 1 to 0
  12.   updateStage()
  13. end
  14.